home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / videolab / audio.dfm / audio.txt
Text File  |  1996-09-15  |  2KB  |  121 lines

  1. object FormAudio: TFormAudio
  2.   Left = 325
  3.   Top = 105
  4.   Width = 297
  5.   Height = 180
  6.   Caption = 'Set Audio Format'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object GroupBoxSamle: TGroupBox
  14.     Left = 8
  15.     Top = 8
  16.     Width = 97
  17.     Height = 65
  18.     Caption = 'Sample Size'
  19.     TabOrder = 0
  20.     object rb8bit: TRadioButton
  21.       Left = 8
  22.       Top = 16
  23.       Width = 73
  24.       Height = 17
  25.       Caption = '&8 bit'
  26.       TabOrder = 0
  27.     end
  28.     object rb16bit: TRadioButton
  29.       Left = 8
  30.       Top = 40
  31.       Width = 73
  32.       Height = 17
  33.       Caption = '1&6 Bit'
  34.       TabOrder = 1
  35.     end
  36.   end
  37.   object GroupBoxChannels: TGroupBox
  38.     Left = 8
  39.     Top = 80
  40.     Width = 97
  41.     Height = 65
  42.     Caption = 'Channels'
  43.     TabOrder = 1
  44.     object rbMono: TRadioButton
  45.       Left = 8
  46.       Top = 16
  47.       Width = 81
  48.       Height = 17
  49.       Caption = '&Mono'
  50.       TabOrder = 0
  51.     end
  52.     object rbStereo: TRadioButton
  53.       Left = 8
  54.       Top = 40
  55.       Width = 81
  56.       Height = 17
  57.       Caption = '&Stereo'
  58.       TabOrder = 1
  59.     end
  60.   end
  61.   object GroupBoxFrequency: TGroupBox
  62.     Left = 120
  63.     Top = 8
  64.     Width = 81
  65.     Height = 137
  66.     Caption = '&Frequency'
  67.     TabOrder = 2
  68.     object rb11khz: TRadioButton
  69.       Left = 8
  70.       Top = 40
  71.       Width = 65
  72.       Height = 17
  73.       Caption = '11 kHz'
  74.       TabOrder = 1
  75.     end
  76.     object rb22khz: TRadioButton
  77.       Left = 8
  78.       Top = 64
  79.       Width = 65
  80.       Height = 17
  81.       Caption = '22 kHz'
  82.       TabOrder = 2
  83.     end
  84.     object rb44khz: TRadioButton
  85.       Left = 8
  86.       Top = 88
  87.       Width = 65
  88.       Height = 17
  89.       Caption = '44 kHz'
  90.       TabOrder = 3
  91.     end
  92.     object rb8khz: TRadioButton
  93.       Left = 8
  94.       Top = 16
  95.       Width = 65
  96.       Height = 17
  97.       Caption = '8 kHz'
  98.       TabOrder = 0
  99.     end
  100.   end
  101.   object btOK: TButton
  102.     Left = 216
  103.     Top = 16
  104.     Width = 65
  105.     Height = 25
  106.     Caption = '&OK'
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 3
  110.   end
  111.   object btCancel: TButton
  112.     Left = 216
  113.     Top = 56
  114.     Width = 65
  115.     Height = 25
  116.     Caption = 'Cancel'
  117.     ModalResult = 2
  118.     TabOrder = 4
  119.   end
  120. end
  121.